home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Shareware City / Updaters / CDK 7.0.4 Update / PowerPC IOStreams Project / cfrg.r < prev    next >
Encoding:
Text File  |  1994-07-26  |  558 b   |  19 lines  |  [TEXT/KAHL]

  1. #include "CodeFragmentTypes.r"
  2.  
  3. // this 'cfrg' is created with version 5 of the CodeFragmentTypes.r interface
  4. resource 'cfrg' (0) {
  5.    {
  6.       kPowerPC,                    // archType
  7.       kFullLib,                    // updateLevel
  8.       kNoVersionNum,            // currentVersion
  9.       kNoVersionNum,            // oldDefVersion
  10.        kDefaultStackSize,        // appStackSize
  11.       kNoAppSubFolder,            // appSubFolderID
  12.       kIsApp,                    // usage
  13.       kOnDiskFlat,                // where
  14.       kZeroOffset,                // offset
  15.       kWholeFork,                // length
  16.       "Application's name"        // <== Change this to be the name of your application
  17.    }
  18. };
  19.